home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / phpMyAdmin / changelog.php < prev    next >
Encoding:
PHP Script  |  2004-06-23  |  236 b   |  9 lines

  1. <?php
  2. // Simple script to set correct charset for changelog
  3. /* $Id: changelog.php,v 2.1 2004/06/24 09:24:46 nijel Exp $ */
  4. // vim: expandtab sw=4 ts=4 sts=4:
  5.  
  6. header('Content-type: text/plain; charset=utf-8');
  7. readfile('ChangeLog');
  8. ?>
  9.